Welcome![Sign In][Sign Up]
Location:
Search - game of life

Search list

[AI-NN-PRlife

Description: 生命游戏的C++演示,非常有趣,能实时动态演示。下载后请自己编译-Game of Life the C++ Demo, very interesting, real-time dynamic presentation. Download your own compiler
Platform: | Size: 83968 | Author: 饶宾 | Hits:

[Other Gamesgame_of_life

Description: [game of life] in complexed system
Platform: | Size: 3072 | Author: lee uijun | Hits:

[Other Riddle gamesthegameoflife

Description: conways the game of life
Platform: | Size: 52224 | Author: elpolodiablo76 | Hits:

[MPIgame_of_life

Description: 华工高性能并行计算作业,生命游戏源代码和测试数据-game of life code
Platform: | Size: 2048 | Author: kibumeric | Hits:

[CSharpLifeSimulation1

Description: The article s aim is to provide a fun variation of the Game of Life while learning about extension methods in C# 3.0 (.NET 3.5). Using the Game of Life cellular algorithm, we produce various fractal images. Extension methods are used to re-factor a base class that has become bloated. For further introductions, see the "About" sections below.
Platform: | Size: 36864 | Author: lpjxy | Hits:

[Game ProgramThe-Game-of-Life

Description: The Game of Life,一种小游戏叫什么生命游戏来这,VS2008下使用c++.net编写。需要.NET 3.5-The Game of Life, What a game to this game of life, VS2008 using c++. Net write. Needs. NET 3.5
Platform: | Size: 3645440 | Author: han | Hits:

[Windows Developgame-of-life

Description: Game of Life was created in Dev C++ (GUI). It is a cellular automaton , and was invented by Cambridge mathematician John Conway. THE RULES For a space that is populated : Each cell with one or no neighbors dies, as if by loneliness. Each cell with four or more neighbors dies, as if by overpopulation. Each cell with two or three neighbors survives. For a space that is empty or unpopulated Each cell with three neighbors becomes populated.
Platform: | Size: 19456 | Author: space21 | Hits:

[MPIGayteOfkgfdife1_0

Description: 一个Game Of Life 的并行程序源码在MPI的下设计的C语言程序源码。-A Game Of Life MPI parallel program source code in the next C-language program source code.
Platform: | Size: 2048 | Author: | Hits:

[e-languagegame-of-life

Description: 基于易语言的 GAME OF LIFE 采用易语言 标签数组 实现 -Achieved based on the the easy language' s GAME OF LIFE easy array of language tags
Platform: | Size: 7168 | Author: QGB | Hits:

[Othergame-of-life

Description: 说明生命游戏(game of life)为1970年由英国数学家J. H. Conway所提出,某一细胞的邻居包 括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下: 孤单死亡:如果细胞的邻居小于一个,则该细胞在下一次状态将死亡。此为c语言实现的算法。-Algorithm Gossip is a classic arithmetic program,which you should have a good look.
Platform: | Size: 1024 | Author: zhang | Hits:

[Windows Developgame-of-life

Description: Game of Life was created in Dev C++ (GUI). It is a cellular automaton , and was invented by Cambridge mathematician John Conway. THE RULES For a space that is populated : Each cell with one or no neighbors dies, as if by loneliness. Each cell with four or more neighbors dies, as if by overpopulation. Each cell with two or three neighbors survives. For a space that is empty or unpopulated Each cell with three neighbors becomes populated.
Platform: | Size: 19456 | Author: 巴洛特利 | Hits:

[VC/MFCgame-of-life

Description: 关于VC++语言的生命游戏模型和描述,请大家相互的探讨。-about game of life
Platform: | Size: 547840 | Author: xueyunlan | Hits:

[Compress-Decompress algrithmsGAME-OF-LIFE

Description: 使用EASYX画图,制作的简单的生命游戏程序 作者:yangw80 <yw80@qq.com>-Use EASYX drawing, produced by the simple procedure of life game author:yangw80<yw80@qq.com>
Platform: | Size: 3652608 | Author: oykunpeng | Hits:

[Other GamesGame-of-Life

Description: sample of Game of Life
Platform: | Size: 2048 | Author: sage | Hits:

[Other Riddle gamesGame-for-life.txt

Description: 游戏名称:生命游戏!功能描述我写了三遍了,都没传上去,你们这儿不是坑吗?我就想下个代码我容易吗?!-This is a finite implementation of John H. Conway s。 Game of Life. Refere to my book for detail please.
Platform: | Size: 2048 | Author: liandy | Hits:

[Other Gamesconway_s-game-of-life

Description: Simple Conways Game of life in C
Platform: | Size: 1024 | Author: baboy | Hits:

[CSharpJoseph-game-of-life-and-death

Description: 约瑟夫生死游戏 30个乘客同乘一条船,由于风大浪急,必须扔下15个人,以确保安全。现在30个人站成一圈。一人起数,数到第9个人的时候,将其抛下。再从下一个人开始数,数到第9个人是将其抛下。以此类推,直到剩下15个人为止。求哪些人会剩下。-Joseph game of life and death 30 passengers with a boat ride, due to stormy, 15 people must be dropped in order to ensure safety. Now 30 people stand in a circle. A number of people the number to the first nine people when it threw. Then start counting the next person, the number to the 9th person is to be thrown. And so on, until the rest of the 15 people so far. Who will find the rest.
Platform: | Size: 5120 | Author: crazy_bitman | Hits:

[File Formatgame-of-life

Description: 元胞自动机模型,比较简单直接易懂。有需要的可以下载-game of life
Platform: | Size: 1024 | Author: wanshanyu | Hits:

[OtherGame-Of-Life

Description: 生命游戏(Game Of Life)源代码,虽然不是图形化界面,但可视性还算不错-Game of Life (Game Of Life) source code, though not the graphical interface, but visibility is fairly good
Platform: | Size: 2048 | Author: luren jia | Hits:

[Windows DevelopDesktop

Description: The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced "players", by creating patterns with particular properties.
Platform: | Size: 153600 | Author: Wishmaster94 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net